OpenCV 3.1.0 with Python 3.5.2 on Windows 7 - ImportError DLL load failed The specified module could not be found
Hi, I'm using Python 3.5.2 32-bit on Windows 7. I installed OpenCV 3.1.0 using pip and this package: opencv_python-3.1.0-cp35-cp35m-win32.whl from http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv When I use "import cv2" in my Python script, I get the following error:
ImportError: DLL load failed: The specified module could not be found.
I found many solutions online, but none of them worked for me. I have also installed scipy, numpy and matplotlib, but it didn't help.
What am I missing here?
Thanks in advance
P.S. I'm using PyCharm but I suppose that it has nothing to do with it.
You must be logged in to post. Please login or register an account.
I am not seeing anything obvious. What if you don't use PyCharm, what if you just use IDLE, does it work there?
-Harrison 8 years ago
You must be logged in to post. Please login or register an account.
I am facing this problem also. i using python 3.6.0 and window 10.
-Asif Aziz 7 years ago
You must be logged in to post. Please login or register an account.